home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / TreeView / TreeButtonCell.h < prev    next >
Text File  |  1995-06-12  |  231b  |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface TreeButtonCell:ButtonCell
  5. {
  6.     id parent;
  7. }
  8.  
  9. - parent;
  10. - setParent:anObject;
  11. - (BOOL)trackMouse:(NXEvent *)theEvent
  12.         inRect:(const NXRect *)cellFrame ofView:aView;
  13. - performClick:sender;
  14.  
  15. @end
  16.